php forum
php mysql forum
php mysql smarty
 
Topic Options
#313444 - 03/08/07 03:41 AM [7.1] Moving the "Accept Board Rules" button
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Well, there was a request at UBBCentral to migrate the "Accept Board Rules" button, so here we be!

This quick modification will move the "I agree" tick box from just under the board rules, to just above the submit button on the registration page which should make it more visible to the user who is signing up (I mean comeon, it's on top of the submit button!).

Open: scripts/newuser.inc.php
Remove:
Code:
<br />
<br />
<input type="checkbox" class="form-checkbox" name="agree" value="yes" /> {$ubbt_lang['I_AGREE']}


Open: templates/default/newuser_signup.tpl
Find:
Code:
<tr>
<td colspan="2" class="alt-1" align="middle">
<input type="submit" name="buttsubmit" value="{$lang.BUTT_SUBMIT}" class="form-button" />
</td></tr>


Replace With:
Code:
<td colspan="2" class="alt-1" align="center">
<input type="checkbox" class="form-checkbox" name="agree" value="yes" /> {$lang.I_AGREE}<br/>
<input type="submit" name="buttsubmit" value="{$lang.BUTT_SUBMIT}" class="form-button" />
</td></tr>
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313445 - 03/08/07 03:53 AM Re: [7.1] Moving the "Accept Board Rules" button [Re: Gizmo]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
You can see this in action here.

Also, I'd suggest changing the I_AGREE wordlet from "I agree" to something like "I agree to be bound by this sites rules" or "I agree to the rules above"; you know, since the tick is no where near your board rules wink.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks